PreCapture

Syntax: @PreCapture <object>[, <only unknowns>]

The PreCapture generates a dialog to capture all the objects that are found in the knowledge of the <object> parameter. If the <only unknowns> parameter is set toTrue then the dialog will only contain objects that don't have a value.

Examples

@Assign Grade='Junior_Manager'

@PreCapture Expenses, False

@Assign Grade='Junior_Manager'

@PreCapture Expenses, True